CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - naive bayes

搜索资源列表

  1. bayes

    0下载:
  2. 朴素贝叶斯分类器包括了停用词的处理,结果是很不错的-Naive Bayesian classifier
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5112
    • 提供者:王鸿飞
  1. nb

    0下载:
  2. naive bayes algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5449
    • 提供者:saran
  1. 05_NaiveBayes

    0下载:
  2. 讲述有关naive bayes的算法和求解方式,分析了当条件为0时该如何求解-Tells about naive bayes algorithm and solving methods, analysis of the condition is 0 how to solve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:840075
    • 提供者:吴蓉
  1. naive-bayes-classifier-src

    0下载:
  2. floyd slgorithm in c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:28021
    • 提供者:syedshaheazali
  1. wanghaibo

    0下载:
  2. 贝叶斯算法 包括了朴素贝叶斯和M估计 对有零的情况的处理-Naive Bayes algorithm, including the estimated Bayes and M
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:137421
    • 提供者:lijinghui
  1. Bayesian

    0下载:
  2. 朴素贝叶斯模型的源代码,可以用于文本分类-Naive Bayes model source code, can be used for text classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:4966
    • 提供者:linzheng
  1. Bayes-Classifier-Association-Rules

    0下载:
  2. 朴素贝叶斯分类是一种简单而高效的分类模型,然而条件独立性假设在现实中很少出,致使其性能有所下降。通过引入关联规则,从两方面来改善朴素贝叶斯分类的性能。一方面,通过对关联规则的挖掘,发现条件属性之间的关联关系,并且利用这种关联关系弱化朴素贝叶斯的独立性假设;另一方面,通过关联规则的置信度,给朴素贝叶斯加权。 -Naive Bayesian classifier is a simple and efficient classification model, the conditional indep
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1310436
    • 提供者:张广明
  1. Bayes

    0下载:
  2. 朴素的贝叶斯分类器,原理很简单,性能还不错-Naive Bayesian classifier, the principle is very simple, good performance
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1008974
    • 提供者:王永超
  1. boosting_src

    0下载:
  2. Boosting中的AdaBoost.M1算法在文本分类中的应用实现。使用ICTCLAS用于中文分词,弱分类器使用Naive Bayes。程序参数使用配置文件的格式。-Application of text classification using AdaBoost.M1. Use ICTCLAS tool in Chinese segment, and use Naive Bayes as the weak classifier. use the config file as the para
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4137477
    • 提供者:彭卫华
  1. beiyesiwenbenfenlei

    0下载:
  2. 基于朴素贝叶斯算法分类器,实现文本的自动分类-Based on the naive Bayes classifier, realization of automatic text classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:455398
    • 提供者:宁艳
  1. NaiveBayes

    0下载:
  2. 数据挖掘中分类算法naive bayes的实现-naive bayes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7033
    • 提供者:
  1. CPP

    0下载:
  2. 朴素贝叶斯文本 分类接口实现源码,C/C++接口实现文本分类-Naive Bayes text text classification interface implementation source code in C/C++ interface text classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:韩天龙
  1. Documents

    0下载:
  2. This code provides two simple examples of naive Bayes classifier. In the first example the input are a bunch of positive and negative numbers and their corresponding classes i.e. posi or negi and is tested with random numbers.-This code provides t
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:647647
    • 提供者:mithilesh
  1. mailFiler

    0下载:
  2. 朴素贝叶斯分类算法开发的文本文件过滤器 ,使用之前需要设置训练集.-Naive Bayes classification algorithm developed by a text file filters, need to set up the training set prior to use.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2100584
    • 提供者:王打狗
  1. TutorMatlab

    0下载:
  2. MATLAB PROGARM Naive Bayes
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:619
    • 提供者:PACMAR
  1. lfd_2005_naive

    0下载:
  2. Why Naive Bayes? Naive Bayes is one of the simplest density estimation methods from which we can form one of the standard classiˉcation methods in machine learning.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:108859
    • 提供者:rafa
  1. McCannLowe_CVPR2012_1925

    0下载:
  2. 图像分类算法,2012年CVPR中的文章,效果还可以,采用“Local Naive Bayes Nearest Neighbor”方法-Image classification algorithm, CVPR 2012 article, the effect can also " Local Naive Bayes Nearest Neighbor method
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:626066
    • 提供者:liu
  1. NBC

    0下载:
  2. 实现朴素贝叶斯的分类,很好用的,利用matlab编写,不错的程序-Naive Bayes classification, well used, the use of Matlab prepared, a good program
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:5072
    • 提供者:高影
  1. NaiveBayes

    0下载:
  2. Implementation of Naive bayes spam filters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:23293
    • 提供者:tej shahi
  1. xSpliter-0.1

    0下载:
  2. 基于朴素贝叶斯文本分类,准确率能达到80 ,可以作为参考。-Naive Bayes text classification, the accuracy rate can reach 80 , can be used as reference.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-24
    • 文件大小:143361
    • 提供者:袁明
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com